@font-face {
	font-family:"YuGothic";
	src:url("../font/YuGothic/YuGothic-Regular-01.ttf") format("truetype");
}
@font-face {
	font-family:"ピグモ 01";
	src:url(../font/pigmo01/Pigmo-01.otf) format("opentype");
}

@font-face {
	font-family:"Nagomi Gokuboso Gothic ExLight";
	src:url("../font/nagomigokubosogothic/NagomiGokubosoGothic-ExtraLight.otf") format("opentype");
}

.topButton{
	position:fixed;
	bottom:64px;
	right:64px;
	height:96px;
	width:96px;
	background-color:#fef9fb;
	border-radius: 50%;
	font-size:64px;
	z-index:99;
}
.top{
	position: relative;
	height:100%;
	width:100%;
}
.top img{
	width:100px;
}
.top a{
	position: absolute;/*絶対配置*/
	transform: translate(-50%,-50%);
	transition:all 0.5s;
	top: 50%;
	left: 50%;
	margin:0;
	user-select: none;
	color:#640125;
	font-family:"YuGothic";
	margin:0 auto;
	text-decoration-line:none;
}

.top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96px;
  height:96px;
  background-color:#640125;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  /*transition: transform ease 0.4s;*/
  z-index:-1;
}
.top a:hover:after {
	animation: topAnime 0.3s linear 0s forwards;/*表示されて0秒後に上線が0.5秒かけて表示*/
}
.topButton:active{
	background-color:transparent;
	transform: translate(0%, 0%) scale(0.8, 0.8);
	transition:all 0.3s;
}
.top a:hover{
	color:#e8d3d1;
}
@keyframes topAnime{
	0% {transform: translate(-50%, -50%) scale(0, 0);}
	60%{transform: translate(-50%, -50%) scale(1.1, 1.1);}
	100%{transform: translate(-50%, -50%) scale(1, 1);}
}



.abc{
	position:fixed;
	z-index:10;
	height:160px;
	width:100%;
	background-color:#302833;
	border-bottom-left-radius: 40vw 100px;
	border-bottom-right-radius: 40vw 100px;
}
.banner{
	height:80%;
	text-align: center;
	color:#d3cbc6;
}
.banner h1{
	font-family:"ピグモ 01";
	font-size:72px;
	font-weight: normal;
	white-space: nowrap; /* 文字を改行させない */
	margin-top:16px;
	margin-bottom:0;
}
.banner p{
	font-size:20px;
	margin:0;

}
